home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Columbia Kermit
/
kermit.zip
/
newsgroups
/
misc.20030409-20031118
/
000284_fdc@sesame.cc.columbia.edu_Thu Sep 18 12:58:39 EDT 2003.msg
< prev
next >
Wrap
Text File
|
2020-01-01
|
1KB
|
32 lines
Article: 14527 of comp.protocols.kermit.misc
Path: newsmaster.cc.columbia.edu!news-not-for-mail
From: fdc@sesame.cc.columbia.edu (Frank da Cruz)
Newsgroups: comp.protocols.kermit.misc
Subject: Re: ACCESS macro is not defined
Date: 18 Sep 2003 12:58:30 -0400
Organization: Columbia University
Lines: 15
Message-ID: <bkco7m$c4n$1@sesame.cc.columbia.edu>
References: <Onkab.1048$Y62.342@newssvr22.news.prodigy.com>
NNTP-Posting-Host: sesame.cc.columbia.edu
X-Trace: newsmaster.cc.columbia.edu 1063904311 26563 128.59.59.56 (18 Sep 2003 16:58:31 GMT)
X-Complaints-To: postmaster@columbia.edu
NNTP-Posting-Date: 18 Sep 2003 16:58:31 GMT
Xref: newsmaster.cc.columbia.edu comp.protocols.kermit.misc:14527
In article <Onkab.1048$Y62.342@newssvr22.news.prodigy.com>,
Jun Zhang <nugulus@netscape.net> wrote:
: Trying to use the script called deliver (downloaded from kermit site), I
: got the title message, but I'm using kermit 8.0.210.
: What is the service name look like as the first argument of the script
: deliver?
:
The ACCESS macro will not be defined unless you have a services directory,
filename ~/.ksd. The services directory is described in the manual.
Remember these are sample scripts. Sometimes they need to be tailored to
your own requirements. If you don't have a services directory, then you
have to insert the commands necessary to make the connection and log in.
- Frank